ostree-prepare-root.service: Also order before plymouth-switch-root.service
authorColin Walters <walters@verbum.org>
Mon, 27 Jan 2014 18:57:18 +0000 (13:57 -0500)
committerColin Walters <walters@verbum.org>
Mon, 27 Jan 2014 18:57:18 +0000 (13:57 -0500)
In the OSTree model, /sysroot gets set up twice.  We need to ensure
that the /sysroot plymouth sees is only after OSTree has set it up.

src/boot/ostree-prepare-root.service

index 230c856bace41d0410aafa0305c819f6f821f025..dbc7b30a1aa5244818fd30481770da49ab333a1e 100644 (file)
@@ -23,6 +23,7 @@ ConditionPathExists=/etc/initrd-release
 OnFailure=emergency.service
 After=initrd-switch-root.target
 Before=initrd-switch-root.service
+Before=plymouth-switch-root.service
 
 [Service]
 Type=oneshot